home *** CD-ROM | disk | FTP | other *** search
-
-
-
- ABORT(3) MINTLIB LIBRARY FUNCTIONS ABORT(3)
-
-
- N✓NA✓AM✓ME✓E
- abort - abort the current program
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- #include <stdlib.h>
-
- void abort(void);
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- abort does the work of exit, but instead of just exiting,
- abort causes SIGABRT to be sent to the calling process.
- After sending the signal, abort does an exit(127). Whether
- or not the atexit routines will be called seems to be
- somewhat timing-sensitive.
-
- R✓RE✓ET✓TU✓UR✓RN✓N V✓VA✓AL✓LU✓UE✓ES✓S
- abort does not return.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- e✓ex✓xi✓it✓t(✓(3✓3)✓),✓, k✓ki✓il✓ll✓l(✓(3✓3)✓),✓, s✓si✓ig✓gn✓na✓al✓l(✓(3✓3)✓)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MiNT docs 0.1 3 March 1993 1
-
-
-